toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.event
/
[jvm]Observer
Observer
@
FunctionalInterface
interface
Observer
<
T
:
Event
?
>
A common interface for all event observers.
Parameters
<T>
the event type
Members
Functions
on
Link copied to clipboard
abstract
fun
on
(
event
:
T
)
Invoked when the event occurred.